projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ecd9fb
)
Include gdk.h in gail.c
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 11 Oct 2011 19:01:41 +0000
(15:01 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 11 Oct 2011 19:01:41 +0000
(15:01 -0400)
This is needed so that we pick up deprecation macros here in the
future.
gtk/a11y/gail.c
patch
|
blob
|
history
diff --git
a/gtk/a11y/gail.c
b/gtk/a11y/gail.c
index bfbf7eed505fbedc80edfbccfb583e9e1ccf4d82..d2c4d601cd8836c3f97e12c39c7dd983f739195b 100644
(file)
--- a/
gtk/a11y/gail.c
+++ b/
gtk/a11y/gail.c
@@
-22,6
+22,7
@@
#include <stdio.h>
#include <stdlib.h>
+#include <gdk/gdk.h>
#include <gtk/gtkx.h>
#include "gailutil.h"
#include "gailmisc.h"